home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / frame_23 / PlaceObject2_120_115 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-07-20  |  231 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       trace("hit!");
  5.       tellTarget("/boy")
  6.       {
  7.          gotoAndStop("shock");
  8.          play();
  9.       }
  10.       stopDrag();
  11.    }
  12. }
  13.